In [1]:
from IPython.display import display
from irprimer import *

An IR Primer

  • Temperatures
  • Wavelengths
  • Planck's Law
  • Refraction
  • Fresnel
  • Temperature & Density

Temperatures


In [2]:
Temperatures()


Out[2]:

Wavelengths


In [3]:
Wavelengths()


Out[3]:

Planck's Law

The EM modes exist with only discrete energies that are multiples of $hv$, where $h$ is Planck's constant and $v$ is frequency.

$$ I(\lambda,T) = \frac{2 hc^2}{\lambda^5}\frac{1}{ e^{\frac{hc}{\lambda kT}}-1} $$

Wien's Law

It can be shown that the wavelength maximum for any temperature is

$${\lambda{max}}{\cdot}{T}=2898{\mu}m-K$$

In [4]:
Planck()


Out[4]:

Refraction

Fresnel


In [5]:
Fresnel()


Out[5]:

Temperature & Density


In [6]:
Density()


Out[6]:

In [7]:
slides()